home *** CD-ROM | disk | FTP | other *** search
- I remember seeing a post here a while back that mentioned an NFS server (not a
- client) for the PC (I don't remember if it was winsock dll compliant or not).
- If anyone knows where I can find such a program please let me know.
- Thanks.
- gbrauer@cs.uiuc.edu
- From news@bigblue.oit.unc.edu Sun Apr 3 13:54:41 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA04908; Mon, 4 Apr 1994 15:42:25 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA28287; Mon, 4 Apr 1994 14:18:05 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Sun, 3 Apr 1994 13:54:41 GMT
- From: FLAVELL@crnvma.cern.ch (Alan J Flavell)
- Message-Id: <16F8DD1B3S86.FLAVELL@cernvm.cern.ch>
- Organization: Glasgow University H.E.P Group
- Sender: ses
- References: <2n9s2s$cp7@phoenix.dse.beckman.com>
- Subject: Re: Looking for a windows TN3270 emulator!
-
- In article <2n9s2s$cp7@phoenix.dse.beckman.com>
- davidedalke@ccgate.dp.beckman.com (David E. Dalke) writes:
-
- >I am looking for a shareware or freeware TN3270 emulator similar to the one in Netmanage's
- >Chameleon package. It needs to be Winsock 1.1 compatible (I'm running Trumpet's Winsock).
- >I found one of these programs called QWS3270 in the SUNSITE WinSockets apps, however
- >it does not work with our system because we have a UNIX front end ...
-
- I think you have just demonstrated that you DON'T need a TN3270 emulator.
- You don't say what the Unix front end does, but if it emulates an
- IBM7171 or something similar, then what you need is a TELNET client that
- emulates one of the terminal types that the Unix front end understands:
- vt100 emulation is almost certainly amongst them.
-
- Almost ANY telnet client would do that!
-
- > and QWS expects to talk
- >directly to the IBM 3278.
-
- Not quite. QWS3270 emulates an IBM 3278, it doesn't expect to talk to
- one.
-
- ---
- (p.s Could I just remind you about the posting line length netiquette.)
- From news@bigblue.oit.unc.edu Sun Apr 3 21:49:47 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA04920; Mon, 4 Apr 1994 15:42:28 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA28242; Mon, 4 Apr 1994 14:31:48 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Sun, 3 Apr 1994 21:49:47 GMT
- From: Jonny A (Voltron) <jmatkins@midway.uchicago.edu>
- Message-Id: <68551.jmatkins@midway.uchicago.edu>
- Organization: University of Chicago -- Academic Information Technologies
- Sender: ses
- Reply-To: <jmatkins@quads.uchicago.edu>
- Subject: Re: Where to get MS TCP-32 VxD beta Winsock
-
- On Fri, 1 Apr 1994 15:23:48 GMT,
- Michael A. Grassi <Whippet@psu.edu> wrote:
-
- >loading drivers. I assume there won't really be any sort of "autoexec.bat,"
- >since there is no DOS.
-
- In Chicago, there is no DOS, but there is an autoexec.bat of sorts. While
- booting, if you hold down a key (don't ask me which one, but who cares), a
- little text screen pops up, with your autoexec.bat, and you can edit it.
- Then it continues on in graphics mode when you are done.
-
- Us Chicagoans hear about these things early! Now if only we could get a
- copy early too! 8-P
- -Jon.
- --
- "Celebrating over 96 straight hours of The Little Mermaid soundtrack"
- --> jmatkins@quads.uchicago.edu | j-atkinson@uchicago.edu
- From news@bigblue.oit.unc.edu Sun Apr 3 14:20:04 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA04930; Mon, 4 Apr 1994 15:42:30 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA16645; Mon, 4 Apr 1994 14:39:59 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Sun, 3 Apr 1994 14:20:04 +0000
- From: nikki@trmphrst.demon.co.uk (Nikki Locke)
- Message-Id: <765411236snx@trmphrst.demon.co.uk>
- Organization: Trumphurst Ltd.
- Sender: ses
- References: <2nf8me$72u@usenet.INS.CWRU.Edu>
- Subject: Re: Ambiguity in the Winsock Spec?
-
- In article <2nf8me$72u@usenet.INS.CWRU.Edu> mbc@po.CWRU.Edu (Michael B. Comet) writes:
- > I have a question about the winsock call: WSAAsyncSelect().
- >
- > I am wondering if this is supposed to simply perform the requested
- > notification asynchronously or if it is supposed to set a socket to be
- > non-blocking or both.
-
- Both, sort of.
-
- Calling WSAAsyncSelect sets the socket to non-blocking mode. This means,
- if you call recv (say), but there is no data ready, recv will return with
- error WSAEWOULDBLOCK.
-
- It also sets up event notification on the socket. This means that, when
- data DOES become available, a message will be sent to the window you
- specified to tell it so.
-
- --
- Nikki Locke,Trumphurst Ltd.(PC & Unix consultancy) nikki@trmphrst.demon.co.uk
- trmphrst.demon.co.uk is NOT affiliated with ANY other sites at demon.co.uk.
- From news@bigblue.oit.unc.edu Mon Apr 4 16:12:21 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA10096; Mon, 4 Apr 1994 16:12:21 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA19561; Mon, 4 Apr 1994 15:09:38 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Fri, 1 Apr 1994 11:11:03
- From: dmaher@bucknell.edu (Dave Maher)
- Message-Id: <dmaher.20.000B2F7D@bucknell.edu>
- Organization: Bucknell University
- Sender: ses
- Subject: Telnet server wanted
-
-
- I am currently running winsock.dll servers such as ftp, rcp, www, etc..
- but cannot find a telnet server. I realize that telnetting to DOS is not a
- widespread thing, but is there a program _somewhere_??
-
- Please post reply.
-
- Thank you,
- Dave
- ________________________________________________________________________________
-
- David Maher "We are in great haste to construct a
- C-0500 magnetic telegraph from Maine to Texas,
- Bucknell University but Maine and Texas, it may be, have
- Lewisburg, Pa. USA 17837 nothing important to communicate..."
- (717) 523-5309
- Internet: dmaher@bucknell.edu -Henry David Thoreau, 1849
- ________________________________________________________________________________
- From news@bigblue.oit.unc.edu Mon Apr 4 17:42:22 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA25340; Mon, 4 Apr 1994 17:42:22 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA32176; Mon, 4 Apr 1994 16:28:32 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Sun, 3 Apr 1994 13:48:37
- From: woof@panix.com (David A Wolfe)
- Message-Id: <woof.31.000DCFE4@panix.com>
- Organization: PANIX Public Access Internet and Unix, NYC
- Sender: ses
- References: <woof.25.000639BE@panix.com>, <arg2.47.2D9DC547@po.cwru.edu>, <billr.30.0015750F@crash.cts.com>
- Subject: Re: WinIrc Problems.
-
- In article <billr.30.0015750F@crash.cts.com> billr@crash.cts.com (Bill Richardson) writes:
- >Newsgroups: alt.winsock
-
- >In article <arg2.47.2D9DC547@po.cwru.edu> arg2@po.cwru.edu (Sargon) writes:
- >>From: arg2@po.cwru.edu (Sargon)
- >>Subject: Re: WinIrc Problems.
- >>Date: Sat, 2 Apr 1994 19:19:35 GMT
-
- >>In article <woof.25.000639BE@panix.com> woof@panix.com (David A Wolfe) writes:
- >>>From: woof@panix.com (David A Wolfe)
- >>>Subject: WinIrc Problems.
- >>>Date: Sat, 2 Apr 1994 06:13:29
- I 've never gotten past /list.
-
-
-
- >Check out the screen when you connect. If it says <name> Nickname is already
- >in use, then it means it can't connect with your Nickname selected.
-
- I get connected, alright. I've even seen the first few lines of #wetsex and
- most of a /list. All of a sudden i get a ' Connection Closed' ! box.
-
-
- .......snippits of other posts deleted...........
-
- David
- From news@bigblue.oit.unc.edu Mon Apr 4 18:12:22 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA29700; Mon, 4 Apr 1994 18:12:22 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA24235; Mon, 4 Apr 1994 16:51:18 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Fri, 1 Apr 1994 14:24:58
- From: timmi@ftp.com (Timothy G. Reynolds)
- Message-Id: <timmi.13.000E6AED@ftp.com>
- Organization: FTP Software, Inc.
- Sender: ses
- References: <2m630u$sj8@larry.rice.edu>, <2ncch8$pr9@bbs.pnl.gov>, <xxnoble.24.000DCA52@lims01.lerc.nasa.gov>
- Subject: Re: FTP software's WSOCKET.dll--what gives?
-
- In article <xxnoble.24.000DCA52@lims01.lerc.nasa.gov> xxnoble@lims01.lerc.nasa.gov (Paul Noble) writes:
- >From: xxnoble@lims01.lerc.nasa.gov (Paul Noble)
- >Subject: Re: FTP software's WSOCKET.dll--what gives?
- >Date: Thu, 31 Mar 1994 13:47:19
- >
- >WSOCKET.DLL is NOT WinSock. Winsock was a new feature of version 2.2 of
- >PC/TCP. Version 2.11 and prior releases were not Winsock compliant. A few
- >weeks ago, a similar thread appeared and in response to a question, someone
- >from FTP itself replied that the WINSOCK.DLL file is available on there FTP
- >site (FTP.FTP.COM) and would work with 2.11.
-
- Well, this is not technically correct, but it is correct enough. WSOCKET.DLL
- is a dll to suport version 1.0 of the Winsock specification. It has long been
- superceded by WINSOCK.DLL and verison 1.1 of the specification. Since the
- application in question is probably compliant with version 1.1 of the
- specification, and WSOCKET.DLL does not support all the calls in the 1.1
- spec, WSOCKET.DLL will not work. The current version of WINSOCK.DLL is
- indeed available from FTP.FTP.COM in the /support/winsock directory. This
- version of WINSOCK.DLL will work with version 2.1 later of PC/TCP. Version s
- prior to 2.1 will not support Windows Sockets.
-
-
-
- Timothy G. Reynolds FTP Software, Inc.
- Technical Services 2 High St.
- timmi+email@ftp.com N. Andover, MA
- (800) 382-4FTP 01845
-
- "Better a handful of dried dates and content with that than to own
- a gate of peacocks and be kicked in the eye by a broody camel"
- From news@bigblue.oit.unc.edu Tue Apr 1 19:39:12 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA29713; Mon, 4 Apr 1994 18:12:24 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA08593; Mon, 4 Apr 1994 17:03:49 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 1 Apr 1994 19:39:12 GMT
- From: markhl@be.seas.upenn.edu (Mark H Lee)
- Message-Id: <2nht90$jr3@netnews.upenn.edu>
- Organization: University of Pennsylvania
- Sender: ses
- References: <alwang.11.000CB581@eniac.seas.upenn.edu>
- Subject: Re: Eudora windows too small!
-
- Random (alwang@eniac.seas.upenn.edu) wrote:
- : I have alittle annoying quirk running Eudora 2.01: When ever I open a message
- : box, it's too small. Which means I have to widen the box every time I read a
- : message or send a message. Does anyone know how to save the default window
- : sizes?
-
- : Thanx,
- : Random
- : --
- : ______________________________________________________________________
- : This message came from Al, Al Wang. His e-mail address is
- : alwang@eniac.seas.upenn.edu. His address at school is Box 252, 103
- : S. 36th St., Philadelphia, PA 19104-6185, at U Penn. His phone number
- : is (215) 573-7148. Flux is at http://www.seas.upenn.edu/~alwang/al.html.
- : His login name is alwang. His password is blow.me. Hope this helped.
-
- : This sig was reverse-engineered to piss of the NSA:
- : terrorist KGB crypto spy CIA drug missle Iraq FBI NSA Legion of Doom
- : hacker assasination phreak Contra Communist Marx Whitewater Pentagon
- : NORAD PGP Illuminati smuggle Clipper 2600 covert Hussein Moscow RSA
-
- I don't have any clue either... :OP Let me know when you figure it out...
-
- --
-
- Someone on your floor Al...
- From news@bigblue.oit.unc.edu Fri Apr 1 19:47:53 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA04665; Mon, 4 Apr 1994 18:42:25 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA17152; Mon, 4 Apr 1994 17:25:32 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Fri, 1 Apr 1994 19:47:53 GMT
- From: dob@inel.gov (David L. Brooks)
- Message-Id: <dob.325.2D9C7A68@inel.gov>
- Organization: Idaho National Engineering Lab
- Sender: ses
- References: <ssulliva.23.000EF77B@opal.tufts.edu>, <Whippet.35.2D9B35C4@psu.edu>
- Subject: WSGopher error message (was WSArchie)
-
- In article <Whippet.35.2D9B35C4@psu.edu> Whippet@psu.edu (Michael A. Grassi) writes:
- >In article <ssulliva.23.000EF77B@opal.tufts.edu> ssulliva@opal.tufts.edu (Sean
- >Sullivan) writes:
- >>Every time that I log out from WSArchie, I get the following error message:
-
- >>Error: WSAENOTSOCK (65535) by WSArchie on my Trumpet winsock
-
- >I get the same thing, and I also get it with ws gopher. Yeah, it doesn't
- seem to affect anything, but I woould still like to know what it is (just to
- be knowledgable).
-
- It means that in WSGopher I was shutting down sockets incorrectly; this takes
- place _after_ all the requesting and downloading, which is why you usually
- don't notice anything amiss.
-
- It's already fixed in 1.0, which should be available soon, after I get done
- with the online help.
-
- Dave
-
- David L. Brooks | "Through the gateway; off the repeater; over the
- Gopher@TIS.inel.gov | T-1 backbone ... nothing but net!"
-
-